DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetVirtualDataCollection<T> Class / PageSize Property

In This Topic
    PageSize Property (C1AdoNetVirtualDataCollection<T>)
    In This Topic
    Gets or sets the number of items that will be fetch per page.
    Syntax
    'Declaration
     
    Public Property PageSize As Integer
    public int PageSize {get; set;}
    Remarks
    This property must be greater than zero.
    See Also